home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / INFO / TUTORII.ZIP / ASSIGN.DAT < prev    next >
Text File  |  1991-11-30  |  454b  |  14 lines

  1. Assign is EXTERNAL.It is helpful with 
  2. programs that can only read one or two 
  3. certain drives. Using the assign command 
  4. you assign the unreadable drive to the 
  5. readable one.
  6. To get a list of all the assignments
  7. currently in use type:   assign /status
  8. Example:
  9.   To use drive C with a program that can 
  10.   only read and  write in drives A and B 
  11.   you would use the following
  12.   assign statement to solve the problem:
  13.          assign a=c b=c
  14.